Miner.Responder.Shared.Extensions Namespace > EnumerableExtensions Class > IsNullOrEmpty Method : IsNullOrEmpty<TK,TV>(IDictionary<TK,TV>) Method |
'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IsNullOrEmpty (Of TK,TV)( _ ByVal dictionary As System.Collections.Generic.IDictionary(Of TK,TV) _ ) As System.Boolean
'Usage
Dim dictionary As System.Collections.Generic.IDictionary(Of TK,TV) Dim value As System.Boolean value = EnumerableExtensions.IsNullOrEmpty(Of TK, TV)(dictionary)
[System.Runtime.CompilerServices.Extension()] public static System.bool IsNullOrEmpty<TK,TV>( System.Collections.Generic.IDictionary<TK,TV> dictionary )
public function IsNullOrEmpty( dictionary: System.Collections.Generic.IDictionary ): System.Boolean; static;
System.Runtime.CompilerServices.ExtensionAttribute() public static function IsNullOrEmpty( dictionary : System.Collections.Generic.IDictionary ) : System.boolean;
[System.Runtime.CompilerServices.Extension()] public: static System.bool IsNullOrEmpty<TK,TV>( System.Collections.Generic.IDictionary<TK*,TV*>* dictionary )
[System.Runtime.CompilerServices.Extension()] public: static System.bool IsNullOrEmptygeneric<typename TK> generic<typename TV> ( System.Collections.Generic.IDictionary<TK^,TV^>^ dictionary )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2